Skip to content

Add GPU-Bridge MCP Server — 26 AI services + x402 native#3553

Closed
fjnunezp75 wants to merge 2 commits into
modelcontextprotocol:mainfrom
gpu-bridge:main
Closed

Add GPU-Bridge MCP Server — 26 AI services + x402 native#3553
fjnunezp75 wants to merge 2 commits into
modelcontextprotocol:mainfrom
gpu-bridge:main

Conversation

@fjnunezp75

@fjnunezp75 fjnunezp75 commented Mar 13, 2026

Copy link
Copy Markdown

Summary

This PR adds GPU-Bridge to the list of third-party MCP servers.

About GPU-Bridge

GPU-Bridge is a GPU inference API that exposes 26 AI services as MCP tools through a unified interface.

MCP Server: https://github.com/gpu-bridge/mcp-server
npm: npx @gpu-bridge/mcp-server

Services Available

  • LLMs: Llama 3.1 (7B/70B/405B), Mistral 7B, DeepSeek Coder 33B
  • Image Generation: FLUX.1 Schnell/Dev, Stable Diffusion XL, SD 3.5
  • Vision: LLaVA-34B (visual Q&A), OCR, background removal, image captioning
  • Speech-to-Text: Whisper Large v3, speaker diarization
  • TTS + Voice Cloning: XTTS v2, Kokoro, Bark
  • Audio Generation: MusicGen Large, AudioGen
  • Embeddings: BGE-M3 (multilingual), CodeBERT
  • Video: AnimateDiff (text-to-video), ESRGAN (upscaling)

x402 Native

GPU-Bridge is the first GPU inference API with native x402 support — allowing autonomous AI agents to pay for compute on-chain with USDC on Base L2, without API keys or human intervention.

Installation

{
  "mcpServers": {
    "gpu-bridge": {
      "command": "npx",
      "args": ["-y", "@gpu-bridge/mcp-server"],
      "env": { "GPUBRIDGE_API_KEY": "your_key" }
    }
  }
}

Pricing starts at $0.003/request.

@fjnunezp75

Copy link
Copy Markdown
Author

/i-promise-this-is-not-a-new-server

Note: This is adding GPU-Bridge, which is already listed in the official MCP Registry (PR #1061). This README addition is for discoverability while the registry PR is reviewed.

@olaservo

Copy link
Copy Markdown
Member

Thanks for contributing to the MCP servers repo!

We've retired the third-party server list from the README in favor of the MCP Registry — see #3950 for context. The Official Integrations and Community Servers sections no longer exist in the README, so this PR no longer has a target.

Going forward, please publish your server to the MCP Registry using the quickstart guide:
https://github.com/modelcontextprotocol/registry/blob/main/docs/modelcontextprotocol-io/quickstart.mdx

That's where server discovery now happens. Thanks for building on MCP!


Note: I'm working through the backlog with help from Claude Code to give everyone a prompt response.

@olaservo olaservo closed this Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants